home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / bcomm.arc / BC.DOC < prev    next >
Text File  |  1991-01-09  |  10KB  |  268 lines

  1. ==========================================================================
  2.  
  3.                ######    #####
  4.                ##   ##  ##   ##               BACKCOMM
  5.                ######   ##            Background Communications
  6.                ##   ##  ##   ##              Version 2.0
  7.                ######    #####
  8.  
  9. Quality Public Domain Software                        Written by PY, 1988.
  10. ==========================================================================
  11.  
  12. This is quality Public Domain software, feel free to copy / distribute it.
  13. If you find this programme to be of any use, please send a donation to the
  14. address below.
  15.  
  16. BC uses 40K of memory and requires:
  17.  
  18.       A serial card (and modem)
  19.       Monochrome or Colour card,
  20.       MS DOS 2.0 or greater,
  21.       At least 1 disc drive.
  22.  
  23. ==========================================================================
  24. 1.                      STARTING UP BACKCOMM
  25. ==========================================================================
  26.  
  27.       Format:   BC [d:path\filename.ext] [/R] [/Sx] [/2] [/?]
  28.       where
  29.          d:path\filename.ext
  30.                  - name of phone directory to use. If omitted,
  31.                    PHONE.DIR is assumed. It is recommended
  32.                    that you include drive and path.
  33.  
  34.          /R      - Stay resident, use Alt KEYPAD-Minus to
  35.                    activate. ANSI standard not supported
  36.                    in resident mode. Uses 38K of memory
  37.  
  38.          /Sx     - Set Serial rate and parity.
  39.                    x is letter from A to J, see below.
  40.  
  41.          /2      - Use COM2 instead of COM1
  42.  
  43.          /H      - Use HAYES commands. You must install BC first.
  44.  
  45.          /?      - BackComm Information.
  46.  
  47.  
  48.         Serial Rates Supported:
  49.  
  50.         A. 300     E,7,1            B. 300     N,8,1
  51.         C. 450     E,7,1            D. 450     N,8,1
  52.         E. 1200/75 E,7,1            F. 1200/75 N,8,1
  53.         G. 1200    E,7,1            H. 1200    N,8,1
  54.         I. 2400    E,7,1            J. 2400    N,8,1
  55.  
  56.         (E = Even, N = No Parity; 7,8 = Data Bits; 1 = Stop Bit)
  57.  
  58.       While you are using BC in resident mode, you may come across
  59.       a "Too many files open" error. You will need to add 3 to the
  60.       value of the FILES= line in your CONFIG.SYS file and re-boot.
  61.       If this error  "pops up from nowhere"   (i.e. downloading in
  62.       background) - you've got problems!   You will need to return
  63.       to DOS and download the file from there.
  64.  
  65.  
  66. ==========================================================================
  67. 2.                        INSTALLING BACKCOMM
  68. ==========================================================================
  69.  
  70.       Format:   BC/I d:filename.ext
  71.       where
  72.           d:filename.ext is name of installation file.  The file INIT.BC
  73.           has been provided as a sample file for you to see how it works.
  74.  
  75.       The installation file may be modified using any editor, and can
  76.       contain any of the following commands, each on a new line. Keywords
  77.       can be in upper- or lower-case, and must be separated by a space.
  78.  
  79.  
  80.       HIT-KEY
  81.       -------
  82.  
  83.       Format:       HIT-KEY key1 key2
  84.  
  85.       Description:  This set the two keys that will activate BC.
  86.  
  87.       Example:      HIT-KEY alt minus
  88.  
  89.                     This sets the Hit Key to ALT Keypad-Minus
  90.  
  91.       Restrictions: 'key1' must be CTRL, ALT, LSHIFT or RSHIFT.
  92.                     'key2' cannot be the same as 'key1'.
  93.                     'key2' must be in the following list:
  94.  
  95.            ESC 1 2 3 4 5 6 7 8 9 0 - = BS TAB Q W E R T Y U I O P [ ] RETURN
  96.            CTRL A S D F G H J K L ; ' ` LSHIFT \ Z X C V B N M , . / RSHIFT
  97.            PRTSC ALT SPACE CAPSLOCK
  98.            F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 NUMLOCK SCROLLLOCK
  99.            SEVEN EIGHT NINE MINUS FOUR FIVE SIX PLUS ONE TWO THREE ZERO POINT
  100.            (This last line of keys are the keys on the keypad)
  101.  
  102.  
  103.       ALT-x
  104.       -----
  105.  
  106.       Format:       ALT-x "text" [key1] ...
  107.                     where 'x' is from 0 to 9.
  108.  
  109.       Description:  This redefines the keys ALT-1 through to ALT-0.
  110.                     The Keypad Numbers cannot be used.
  111.  
  112.       Example:      ALT-1 "Donald Duck" RETURN "Quack" RETURN
  113.  
  114.                     This redefines the Alt-1 key combination so that
  115.                     the user name "Donald Duck" followed by a cariage
  116.                     return and his password is typed instead of the
  117.                     ALT-1 combination
  118.  
  119.       Restrictions: An Alt-x combination cannot be redefined more than
  120.                     once. There is an overall limit of 319 characters.
  121.                     When another key is pressed, the Alt-x macro stops.
  122.                     'text' cannot contain a '"' character - use QUOTE.
  123.                     'key1' must be in this list:
  124.                            ESC BS TAB RETURN EIGHT (up) TWO (down)
  125.                            SPACE QUOTE F2 F3 F4 F5 F6 F7 F8 F9 F10
  126.  
  127.  
  128.       window-name
  129.       -----------
  130.  
  131.       Format:       window-name part [BRIGHT] [FLASH] colour1 [ON colour2]
  132.                     'window-name' - the name of the window to change
  133.                     'part'        - which part of the window to change
  134.                     'colour1'     - foreground colour
  135.                     'colour2'     - background colour, if omitted, BLACK
  136.                                     is assumed.
  137.  
  138.       Description:  This changes the colour of a window (or part of it)
  139.  
  140.       Example:      MAIN-WINDOW TEXT BRIGHT BROWN ON BLUE
  141.  
  142.                     This will display all main text as yellow (bright
  143.                     brown) characters on a blue background.
  144.  
  145.       Restrictions: 'window-name' must be from this list:
  146.                            MAIN-WINDOW HELP-WINDOW SETUP-WINDOW
  147.                            DIAL-WINDOW SAVE-WINDOW DOWN-WINDOW (download)
  148.                            BOTTOM-LINE.
  149.                     'part' must be
  150.                            BORDER, TEXT, INVERSE or HI-LITE.
  151.                     'colour1' and 'colour2' must be found in this list
  152.                            BLACK BLUE GREEN CYAN RED MAGENTA BROWN WHITE.
  153.  
  154.  
  155.       MODEM-INIT
  156.       ----------
  157.  
  158.       Format:       MODEM-INIT "text"
  159.  
  160.       Description:  'text' is sent to the modem when BC is started.
  161.  
  162.       Example:      MODEM-INIT "ATE0 S7=60 S11=55 V1 X1 S0=0!"
  163.  
  164.       Restrictions: as for ALT-x, since this is an extention of the
  165.                     ALT-x commands. This will only be sent to the
  166.                     modem when BC is started with the /H option.
  167.                     If nothing is to be sent to the modem, then omit
  168.                     this statement. The following keywords will not
  169.                     be sent to the modem:
  170.                            EIGHT TWO F2 F3 F4 F5 F6 F7 F8 F9 F10
  171.  
  172.  
  173.       DIAL-PREFIX
  174.       -----------
  175.  
  176.       Format:       DIAL-PREFIX "text"
  177.  
  178.       Description:  'text' is sent to the modem just prior to sending
  179.                     the phone number.
  180.  
  181.       Example:      DIAL-PREFIX "ATDT"
  182.                     This instructs the modem to use tone dialing.
  183.  
  184.       Restrictions: as for MODEM-INIT.
  185.  
  186.  
  187.       DIAL-SUFFIX
  188.       -----------
  189.  
  190.       Format:       DIAL-SUFFIX "text"
  191.  
  192.       Description:  'text' is sent to the modem just after sending the
  193.                     number to be dialed.
  194.  
  195.       Example:      DIAL-SUFFIX "!"
  196.  
  197.       Restrictions: as for MODEM-INIT.
  198.  
  199.  
  200.       FILENAME
  201.       --------
  202.  
  203.       Format:       FILENAME filename.ext
  204.  
  205.       Description:  Allows you to change the default filename for
  206.                     XMODEM download and SAVE options.
  207.  
  208.       Example:      FILENAME prn
  209.                     This will send all output to the printer
  210.  
  211.       Restrictions: The filename must be less than 13 characters,
  212.                     and cannot contain a drive or path.
  213.  
  214.  
  215. ==========================================================================
  216. 3.                        NOTES ON VERSION 2.0
  217. ==========================================================================
  218.  
  219.       FEATURES INCLUDE:
  220.            ONLINE HELP
  221.            AUTO DIAL for any modem
  222.            SPLIT SPEED - 1200/75
  223.            FILE DOWNLOADING (XMODEM CHKSUM) in BACKGROUND
  224.            ANSI Extended Screen Control
  225.            2047 character input buffer
  226.            INSTALLATION option
  227.  
  228.       BackComm will not work in any graphics modes.
  229.  
  230.       Changes since version 1.0:
  231.            COM2 can be used,
  232.            Ctrl-Home-End removes BackComm,
  233.            Key Macros,
  234.            Installation option,
  235.            Hayes Support,
  236.            Error with directories fixed.
  237.  
  238.  
  239. ==========================================================================
  240. 4.                          ANY PROBLEMS?
  241. ==========================================================================
  242.  
  243.       Are you having any problems with this programme?
  244.       Would you like to see any extra features added?
  245.       Any comments you would like to make?
  246.  
  247.       Leave me a note on PACCOM  (09)5278703
  248.                       or RuBoard (09)4103417 Bulletin Boards
  249.  
  250.       Or write to    Phil Young
  251.                      P O Box 49 058
  252.                      ROSKILL SOUTH
  253.  
  254.       The assembler source code (or parts of it) is for sale.
  255.       You can get the lastest version of  BC  for just $5.00.
  256.  
  257.  
  258. ==========================================================================
  259. 5.                       PLANNED MODIFICATIONS
  260. ==========================================================================
  261.  
  262.       File UPLOAD (XMODEM)
  263.       Sound
  264.       Full ANSI support in Resident mode - This is not going to be easy.
  265.       Data encryption
  266.  
  267. ==========================================================================
  268.